- static function
- 位觉功能
Medical Chinese dictionary (湘雅医学词典). 2013.
Medical Chinese dictionary (湘雅医学词典). 2013.
Static light scattering — is a technique in physical chemistry that measures the intensity of the scattered light to obtain the average molecular weight Mw of a macromolecule like a polymer or a protein. Measurement of the scattering intensity at many angles allows… … Wikipedia
Static memory allocation — refers to the process of allocating memory at compile time before the associated program is executed, unlike dynamic memory allocation or automatic memory allocation where memory is allocated as required at run time. An application of this… … Wikipedia
Static — has several meanings:* Static electricity, a net charge of an object ** The triboelectric effect, e.g. from shoes rubbing carpet * White noise, a random signal with a flat power spectral density ** Noise (radio), a type of radio interference **… … Wikipedia
Static margin — is a concept used to characterize the static stability and controllability of aircraft and missiles.*In aircraft analysis, static margin is defined as the distance between the center of gravity and the neutral point of the aircraft. *In missile… … Wikipedia
Static random access memory — (SRAM) is a type of semiconductor memory where the word static indicates that, unlike dynamic RAM (DRAM), it does not need to be periodically refreshed, as SRAM uses bistable latching circuitry to store each bit. SRAM exhibits data remanence,cite … Wikipedia
Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… … Wikipedia
Static library — In computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile time and copied into a target application by a compiler, linker, or binder,… … Wikipedia
Static spherically symmetric perfect fluid — In metric theories of gravitation, particularly general relativity, a static spherically symmetric perfect fluid solution (a term which is often abbreviated as ssspf) is a spacetime equipped with suitable tensor fields which models a static round … Wikipedia
Static (comics) — Superherobox| caption=Cover to Static Shock: Rebirth of the Cool #1 character name=Static publisher=DC Comics comic debut= Static #1 (April 1993) tv publisher=Warner Bros. Television animated debut= A Shock to the System (Season one, episode one) … Wikipedia
Static variable — In computer programming, static variables data value persists for the life of the running process and typically have a broader scope than other variables. Their values may be set at run time or may change subtly during program execution. The… … Wikipedia
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia